home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
GUIDECON.DIR
/
00015_Script_sc fish
< prev
next >
Wrap
Text File
|
1996-02-29
|
974b
|
27 lines
on mouseDown
-- button is hardwired for speed & to eliminate ambiguous behavior
global gsGuideChannel
set the castNum of sprite 8 to the number of cast "FISH1"
updateStage
puppetSprite gsGuideChannel, FALSE -- clear the old button
put 8 into gsGuideChannel
end
on mouseUp
-- button is hardwired for speed & to eliminate ambiguous behavior
global IndexLine, subjectLine, giWhichSubject, gbTOC
global gsFrameName -- frame label of subject used to go get GUIDEART.DIR
set the castNum of sprite 8 to the number of cast "FISH2" -- hardwired to 8
updateStage
put "fish1" into gsFrameName -- entry point upon return from GUIDEART.DIR
go to "fish1"
put 3 into giWhichSubject -- hardwired to 3
set gbTOC = FALSE
set IndexLine = 0 -- resets index to start from beginning
set subjectLine = 1 -- sets subject
GetSubjectList giWhichSubject
end